Content Type Ovf VideoCard

Content Type Ovf VideoCard
Content Type Ovf VideoCard

Provide video card information in a template VM.

JSON Example
{
    "render_type": "string",
    "video_ram_size": 0,
    "graphics_memory_size": 0,
    "enable3d": false,
    "num_displays": 0,
    "use_auto_detect": false
}
string
render_type
Optional

Render type

A template is not required to specify the render type.

integer As int64 As int64
video_ram_size
Optional

video RAM size in KB

A template is not required to specify the video RAM.

integer As int64 As int64
graphics_memory_size
Optional

graphics memory size in KB

A template is not required to specify the amount of graphics memory.

boolean
enable3d
Optional

True if 3D is enabled

A template is not required to specify if 3D is enabled.

integer As int64 As int64
num_displays
Optional

number of displayes

A template is not required to specify the number of displays.

boolean
use_auto_detect
Optional

True if use auto detect

A template is not required to specify use auto dectect.